home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / mus / play / Play16.readme < prev    next >
Text File  |  1997-11-02  |  8KB  |  170 lines

  1. Short:    Multi format sound player, supports AHI
  2. Author:   wenzel@unixserv.rz.fh-hannover.de (Thomas Wenzel)
  3. Uploader: wenzel@unixserv.rz.fh-hannover.de (Thomas Wenzel)
  4. Version:  1.8
  5. Type:     mus/play
  6. Replaces: Play16_1.7.lha
  7.  
  8. ---------------------------------------------------------------------------
  9. -- Play16 version 1.8 (11.09.97) - a versatile soundplayer for the Amiga --
  10. ---------------------------------------------------------------------------
  11.  
  12. Readme.1st
  13. ----------
  14. Sorry folks, that's all I had time for. Comments still welcome :)
  15.  
  16. Features in brief
  17. -----------------
  18.  - FREEWARE!  No beta, no nag requesters and no expiry date!
  19.  - online help
  20.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  21.  - full Workbench support (but not Intuition and no GUI)
  22.  - always correct playback speed, even for sounds >28 kHz
  23.  - realtime playback from harddisk, optimized assembler routines
  24.  - optional 14 bit output (less noise but not as good as true 16 bit)
  25.  - Supports AHI and soundcards
  26.  - automatic or manual audio filter control
  27.  - plays mono sounds on *both* channels, not only on the left one
  28.  - plays (and loops) files that are larger than memory
  29.  - preloading for exactly timed start of playback
  30.  - fast µ-Law/A-Law decompression
  31.  - system friendly audio channel allocation
  32.  - optionally dump the output into a file (can be used to convert sounds)
  33.  - supported Filetypes are:
  34.  
  35.    * Microsoft RIFF-WAVE  (.WAV)  mono/stereo, 8/16 bit, linear/uLaw/ALaw/ADPCM
  36.    * Creative Voice File  (.VOC)  mono/stereo, 8/16 bit, linear
  37.    * Sun/NeXT Audio       (.AU)   mono/stereo, 8/16 bit, linear/uLaw
  38.    * MacroSystem Audio    (.MAUD) mono/stereo, 8/16 bit, linear/uLaw
  39.    * Apple/SGI/Amiga AIFF (.AIFF) mono/stereo, 8/16 bit, linear
  40.    * Amiga IFF-8SVX       (.IFF)  mono/stereo, 8    bit, linear/FibDelta/ExpDelta
  41.    * Any raw sound data as long as it matches one of the following:
  42.      -  8 bit signed
  43.      -  8 bit unsigned
  44.      - 16 bit signed, Intel format    (LSB first)
  45.      - 16 bit signed, Motorola format (MSB first)
  46.      - 14 bit µ-Law
  47.      - 14 bit A-Law
  48.  
  49.     - supported output devices are:
  50.  
  51.    * Native Amiga chipset (Paula)  8 bit
  52.    * Native Amiga chipset (Paula) 14 bit
  53.    * Native Amiga chipset (Paula) 14 bit calibrated (Christian Buchner)
  54.    * MacroSystem Maestro Pro      16 bit 44.1kHz and 48kHz only
  55.    * IFF-8SVX file dump            8 bit
  56.    * AHI audio system             16 bit
  57.    * Prelude                      16 bit
  58.  
  59. What's new since V1.7?
  60.  
  61. V1.8    * New features:
  62.         - Finally AIFF-C support! Sorry for the delay.
  63.         - AHI seems to be stable. Currently lowlevel support only.
  64.         - Volume is specified in percent now. Up to 400% boost is
  65.           available in Paula14 and Paula14c modes.
  66.         - Quickly put in the 4 lines of code needed for Native Prelude support
  67.         - Corresponding environment variable for FAST/S
  68.           (do »SetEnv FAST 1« to enable it)
  69.         - A different output path for converted 8SVX files can be specified
  70.         - Different versions using asyncio.library or standard AmigaDOS
  71.  
  72.         * Fixed bugs:
  73.         - Finally fixed break bug when using multiple. (I hope.) *growl*
  74.         - Some MAUD files weren't played til the end. Changed the method
  75.           how the length is computed. MAUD is obsolete anyway.
  76.         - VOLUME now works for AHI playback, too
  77.         - Task priority is changed _only_ if specified and not zero
  78.         - Files written with OUTPUT=8SVX will be closed now
  79.         - Removed unnessecary byte padding when writing 8SVX files
  80.         - Yikes! Pattern matching was used even for Workbench icons
  81.           all the time. Fixed.
  82.  
  83. --------------------------------- In German -------------------------------
  84.  
  85. Readme.1st
  86. ----------
  87. Tschuldigung, für mehr hatte ich keine Zeit. Wünsche nachwievor
  88. willkommen :)
  89.  
  90. Kurzübersicht
  91. -------------
  92.  - FREEWARE! Keine Betaversion, keine Nervrequester und kein Ablaufdatum!
  93.  - Online Hilfe
  94.  - erkennt und spielt automatisch verschiedene Soundformate, bis zu
  95.    16 Bit, 56 kHz, stereo
  96.  - volle Workbench-Unterstützung, jedoch kein GUI
  97.  - immer korrekte Wiedergabegeschwindigkeit, auch bei Sounds >28 kHz
  98.  - Echtzeitwiedergabe von Festplatte, optimierte Assembler-Routinen
  99.  - 14 Bit Ausgabe möglich (weniger Rauschen, aber schlechter als 16 Bit)
  100.  - Unterstützt AHI und Soundkarten
  101.  - automatische oder manuelle Filter-Kontrolle
  102.  - spielt Mono-Sounds auf BEIDEN Kanälen, nicht nur auf dem linken
  103.  - spielt (und wiederholt) Files, die größer als der Speicher sind
  104.  - Preload-Funktion für synchronen Wiedergabestart auf Tastendruck
  105.  - schnelle µ-Law/A-Law Dekodierung
  106.  - Systemfreundliche Audiokanal-Belegung
  107.  - Ausgabe in ein File ist möglich (Sound-Konvertierung)
  108.  - unterstützte Filetypen bislang:
  109.  
  110.    * Microsoft RIFF-WAVE  (.WAV)  mono/stereo, 8/16 bit, linear/uLaw/ALaw/ADPCM
  111.    * Creative Voice File  (.VOC)  mono/stereo, 8/16 bit, linear
  112.    * Sun/NeXT Audio       (.AU)   mono/stereo, 8/16 bit, linear/uLaw
  113.    * MacroSystem Audio    (.MAUD) mono/stereo, 8/16 bit, linear/uLaw
  114.    * Apple/SGI/Amiga AIFF (.AIFF) mono/stereo, 8/16 bit, linear
  115.    * Amiga IFF-8SVX       (.IFF)  mono/stereo, 8    bit, linear/FibDelta/ExpDelta
  116.    * RAW Sounddaten mit mindestens einer folgender Voraussetzungen:
  117.      -  8 bit Vorzeichenbehaftet
  118.      -  8 bit nicht Vorzeichenbehaftet
  119.      - 16 bit signed, Intel Format    (LSB zuerst)
  120.      - 16 bit signed, Motorola Format (MSB zuerst)
  121.      - 14 bit µ-Law
  122.      - 14 bit A-Law
  123.  
  124.  - derzeitig unterstützte Ausgabegeräte:
  125.  
  126.    * Amiga (Paula)             8 bit
  127.    * Amiga (Paula)            14 bit
  128.    * Amiga (Paula)            14 bit kalibriert (Christian Buchner)
  129.    * MacroSystem Maestro Pro  16 bit 44.1kHz und 48kHz
  130.    * IFF-8SVX File Ausgabe     8 bit
  131.    * AHI audio system         16 bit
  132.    * Prelude                  16 bit
  133.  
  134.  
  135. ============================= Archive contents =============================
  136.  
  137. Original  Packed Ratio    Date     Time    Name
  138. -------- ------- ----- --------- --------  -------------
  139.      628     269 57.1% 12-Sep-97 10:32:36  Play16_1.8.info
  140.     1233     600 51.3% 12-Sep-97 10:32:32 +CyberSound.info
  141.     3719    1809 51.3% 21-Nov-95 22:22:00 +14bit.Doc
  142.     1096     488 55.4% 21-Nov-95 22:22:00 +14bit.Doc.info
  143.     4274    2118 50.4% 21-Nov-95 22:22:00 +14bit.Dok
  144.     1096     490 55.2% 21-Nov-95 22:22:00 +14bit.Dok.info
  145.    12300    6739 45.2% 21-Nov-95 22:22:00 +14Bit_Calibration
  146.     2211     826 62.6% 21-Nov-95 22:22:00 +14Bit_Calibration.info
  147.     1233     723 41.3% 21-Nov-95 22:22:00 +Presets.info
  148.      256     218 14.8% 21-Nov-95 22:22:00 +Flowerpower's_Calibration
  149.      529     274 48.2% 21-Nov-95 22:22:00 +Flowerpower's_Calibration.info
  150.      632     278 56.0% 12-Sep-97 10:32:32 +ExtraIcons.info
  151.     3971     816 79.4% 01-Dec-96 16:25:44 +Play16_8Col.info
  152.     1238     804 35.0% 01-Dec-96 16:25:44 +PLAY16_Drawer.info
  153.     1571    1040 33.8% 01-Dec-96 16:25:44 +Play16_MWB.info
  154.     3792    2528 33.3% 30-Nov-96 14:13:46 +GAIP16
  155.     3312    2242 32.3% 02-Sep-97 13:58:44 +asyncio.library
  156.    13976    5735 58.9% 20-Aug-97 12:36:02 +prelude.library
  157.    61296   32813 46.4% 12-Sep-97 11:38:36 +Play16
  158.    59916   31723 47.0% 12-Sep-97 11:49:06 +Play16'000
  159.    59708   31600 47.0% 12-Sep-97 11:54:20 +Play16'000_NoAsync
  160.    26538   10630 59.9% 12-Sep-97 12:03:04 +Play16.doc
  161.     3080     499 83.7% 12-Sep-97 10:32:32 +Play16.doc.info
  162.    21321    8919 58.1% 12-Sep-97 12:03:04 +Play16.dok
  163.     3080     426 86.1% 12-Sep-97 10:32:32 +Play16.dok.info
  164.     1066     682 36.0% 12-Sep-97 10:32:32 +Play16.info
  165.     5766    2333 59.5% 12-Sep-97 10:28:00 +Play16.readme
  166.      468     234 50.0% 12-Sep-97 10:32:32 +Play16.readme.info
  167.    61080   32699 46.4% 12-Sep-97 11:43:50 +Play16_NoAsync
  168. -------- ------- ----- --------- --------
  169.   360386  180555 49.8% 12-Sep-97 23:58:14   29 files
  170.